/* Tabs default */
body { overflow: hidden; background-size: 100% auto !important; background-color: #000; }
a { text-decoration:none; color:#f36f21; }

#bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index:0; background-size:100% !important;  }

table { margin-top:20px; margin-bottom:20px; width:100%; color:#7b7b7b; background:#f2f2f2; border:1px solid #dbdbdb; -webkit-box-shadow: 2px 2px 5px 1px #bab6ba; -moz-box-shadow: 2px 2px 5px 1px #bab6ba; box-shadow: 2px 2px 5px 1px #bab6ba; }
thead th { background: #A4A4A4; color:#FFF; padding: 8px 10px; font-weight: bold; }
tbody { -webkit-border-radius: 5px; border-radius: 5px; }
tbody tr { -webkit-border-radius: 5px; border-radius: 5px; }
tbody tr:nth-child(even) {background: #e7e7e7}
tbody tr:nth-child(odd) {background: #FFF}
td { padding:15px 20px; vertical-align:middle; color:#000; }

/* Form default */
fieldset legend { padding-bottom:20px; font-family:OmnesMedium; font-size: 20px; color:#f36f21; }
label input[type="text"],
label input[type="email"],
label input[type="password"],
label select, 
label textarea { margin-left:15px; margin-bottom:15px; padding:5px; width:260px; height:25px; border:1px solid #d9d9d9; background:url(../img/bgr-input.png) no-repeat left top #fafafa; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline:none; }
label select { height:25px; padding: 5px 3px; }
label textarea { height:120px; background-image:url(../img/bgr-textarea.png); resize:none; vertical-align: top; }
label select option { padding:5px 2px !important; }
label input[type="text"]:focus,
label input[type="email"]:focus,
label input[type="password"]:focus,
label input[type="email"]:focus,
label select:focus,
label textarea:focus { border:1px solid #ffa832; }
label input.error,
label select.error,
label textarea.error { border:1px solid #ff0000; }
label input[readonly] { border:none; background:none; }
label input[readonly]:focus { border:none; }
.btnSubmit { display:block; border:none; padding:0; width:154px; height:39px; background:url(../img/btnEnviar.png) 0 0 no-repeat; text-indent:-9999px; cursor:pointer; }
.btnSubmit:hover { background-position:0 -39px; }

.ctn-error { display:none; margin:0 0 15px; padding:10px 0; min-width:350px; min-height:15px; list-style:none; background:#ffcccc; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; font-size:13px; color:#000; }
.ctn-error li { display:block; text-align:center; }
.ctn-error label { display:block; font-family:verdana; color:#000000; cursor:default; text-align:center; font-weight:normal; }
.success { background-color:#daf7cb; } 
.loader { float:left; display:none; margin:3px 10px 0; }

.tabs { margin-top:20px; }
.tabs li { float:left; margin-left:1px; height:31px; text-align:center; font-family:CalibriBold; font-size:15px; line-height:16px; text-transform:uppercase; }
.tabs li a { display:block; padding:7px 8px 3px; min-width:75px; height:21px; background:url("../img/background-menu.png") repeat-x 0 0; color:#FFF; text-decoration:none; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; }
.tabs li a.opine { color:#666; background:url("../img/background-menu-anuncie.png") repeat-x 0 0; border-left:1px solid #CCC; border-right:1px solid #CCC; border-top:1px solid #CCC; }
.tabs li a:hover,
.tabs li a.current,
.tabs li a.opine:hover  { background-position: 0 -34px; color:#FFF; border:none; }
.tabs li a.opine:hover { background:url("../img/background-menu.png") repeat-x 0 -34px; }

header { display:block; }
.header { position:relative; height:20px; opacity: 0.8; background-color: #000; text-align: center; padding: 15px 10px; color:#999; z-index: 10; font-size:15px;}
.header a { color:#fff; padding: 0 5px; font-size:15px; }
.header a:hover { color:#999; padding: 0 5px; font-size:15px; text-decoration:none; }
.header .download { position:absolute; top:0; left:30px; }
.header .download img { width:116px; }

header h1 { margin-top:5px; }
header hr { border-color:#f37124; border-width: 3px 0 0; }

h2 { display:block; font-family:OmnesMedium; color:#6d95ba; font-weight:lighter; }

/* Busca - Tabs */
.programacao .tabs { margin:10px 0 20px; padding:10px 10px 0; height:31px; background:#e0e2e3; border-bottom:1px solid #CCC; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; }
.programacao .tabs li { margin:0; text-transform:none; font-family:Verdana; font-size:13px; border:none; }
.programacao .tabs li a { background:none; color:#666; }
.buprogramacaosca .tabs li a:hover,
.programacao .tabs li a.current { background:#FFF; border-left:1px solid #CCC; border-right:1px solid #CCC; border-top:1px solid #CCC; font-size:12px; font-weight:bold; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; }

/* Busca geral */
.requerido { color:#f36f21; }

.fake-cmb { display: inline-block; vertical-align: middle; position:relative; margin-top:5px; margin-bottom:5px; padding: 5px 3px; width: 202px; height: 25px; font-family:OmnesMedium; font-size: 14px; font-weight:normal; color:#4e4e4e; border: 1px solid #C5C5C5; background:url(../img/bgr-input.png) no-repeat left top #fafafa; -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px; text-align: left; }
.fake-cmb ul { display:none; list-style:none; position:absolute; top:35px; margin-left:-4px; border:1px solid #c5c5c5; min-width:100%; max-height:250px; background:white; z-index:1; overflow-y:auto; }
.fake-cmb .arrow { position:absolute; top:0; right:0; float:right; width:17px; height:35px; overflow:; color:#000; font-size:13px; text-align:center; line-height:42px; text-indent:-99999em; background: url(../img/arrow-combo.png) no-repeat right center transparent; }
.fake-cmb .selected-text { white-space:nowrap; display:block; float:left; padding:0 0 0 4px; line-height:25px; overflow:hidden; font-family:OmnesMedium; font-size: 14px; color:#4e4e4e; }
.fake-cmb ul li { padding:4px 0 4px 5px; }
.fake-cmb ul li:hover { background-color:#EDEDED; }

/* footer */
.footer { display:block; margin:20px 0 0; padding-bottom: 40px; }

.radioeletrica,
.contato,
.programacao { display:none; position:relative; z-index:11; }

.boxplayer { position: absolute; z-index: 10; }
.banner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; }
.aseguir { position: absolute; right: 0; bottom: 20px; text-align:  right; font-size:13px; z-index:1; }
.aseguir span, 
.aseguir strong { display:inline-block; background-color: #000; padding: 5px 20px; color: #999; }
.aseguir strong { color:#FFF; font-size:24px; }
.frase { position: absolute; left: 200px; top: 40%; max-width:200px; text-align:left; font-size:30px; font-weight:bold; line-height:35px; color: #EEE; z-index:2; text-shadow: 3px 3px 3px #000000; filter: dropshadow(color=#000000, offx=3, offy=3);  }
.frase a { color:#EEE;}
.frase a:hover { text-decoration: none; }

.credito { position: absolute; left:0; bottom: 10px; padding: 5px 20px; height:20px; text-align:left; font-size:13px; z-index:1; background-color: #000; color: #999; }
.credito span { display:block;  }
.credito span a { color:#EEE;}
.credito span a:hover { text-decoration: none; }

.aovivo { color:#fff; font-size: 13px; }
.apresentador { float: left; margin-left:65px; width: 215px; color:#999; font-size: 13px; }
.apresentador img { float: left; width: 80px; }
.apresentador p { float: left; margin-left: 10px; width: 125px; }
.apresentador p strong { text-transform: uppercase; word-wrap:brake-word; }

.main { position:relative; height:84%; padding:3% 0; background: url("../img/bg-internas.png") repeat 0 0; color:#FFF; line-height: 22px; overflow-y:auto; overflow-x:hidden; }
.ttl-general { margin-bottom: 20px; } 

.contato label { display: block; text-align: right; }
.contato .btnSubmit { float: right; }